[data-state~='scrolled'] .siteNav.-fullWidth {
	position: fixed;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center !important;
	background-color: white;
	border-bottom: 1px solid darkgray;
	padding-top: 10px;
	padding-bottom: 10px;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

[data-state~='scrolled'] .siteNav.-fullWidth a {
	color: gray !important;
}

@media only screen and (max-width: 767px) {
	/* When scrolled-down and at narrow widths (navBreak), show the overlay navicon. */
	[data-state~='scrolled'] .panelMenu_checkboxLabel.-overlay {
		visibility: visible;
		opacity: 0.85 !important;
	}
}
